home *** CD-ROM | disk | FTP | other *** search
/ PCMania 24 / PCMania CD24.nrg / pov24 / alhambra.pov < prev    next >
Text File  |  1994-09-07  |  1KB  |  34 lines

  1. /*     PERSISTENCE OF VISION RAYTRACER
  2.  
  3.        ALHAMBRA.POV
  4.  
  5.        Por:  SOCRATES RIZQUEZ 05/1994.
  6.  
  7. ==========================================================================*/    
  8. #include "alhambra.inc"
  9.  
  10. camera { location <-6,15,-78> look_at <-0,30,0> }
  11.  
  12. object { light_source { <400,360,-530> color rgb <1,1,0.95> }}
  13.  
  14. object { sphere { <0,0,0>,100000 
  15.         texture { pigment { gradient y color_map {
  16.                         [ 0.3 color rgb <0.9,0.4,0.2> ]
  17.                         [ 0.7 color rgb <0.1,0.3,1> ]
  18.                         [ 1.0 color rgb <0.1,0.3,1> ] } scale 100000 }}}
  19.         bounded_by { sphere { <0,0,0>,100001 }}}
  20.  
  21. object { sphere { <0,0,0>,80000
  22.         texture { pigment { bozo color_map {
  23.                         [ 0.0 color rgbf <1,1,1,1> ]
  24.                         [ 0.25 color rgbf <1,1,1,1> ]
  25.                         [ 0.87 color rgb <1,1,1> ]
  26.                         [ 0.9 color rgb <0.95,0.95,0.95> ]
  27.                         [ 0.95 color rgb <0.9,0.9,0.9> ]
  28.                         [ 1.0 color rgb <0.85,0.85,0.85> ] }
  29.                         turbulence 0.5 scale <20000,4000,20000> }
  30.                         }} no_shadow 
  31.         bounded_by { sphere { <0,0,0>,80001 }}}
  32.  
  33. object { patio }
  34.